home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Shell / FileAssocU2.dfm / FileAssocU2.txt
Encoding:
Text File  |  2000-11-11  |  542 b   |  29 lines

  1. object ChildForm: TChildForm
  2.   Left = 419
  3.   Top = 337
  4.   Width = 418
  5.   Height = 258
  6.   Caption = 'ChildForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RichEdit: TRichEdit
  21.     Left = 0
  22.     Top = 0
  23.     Width = 410
  24.     Height = 231
  25.     Align = alClient
  26.     TabOrder = 0
  27.   end
  28. end
  29.